
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 813px;
    background: #fff;
    overflow: hidden;
    top: -100px;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 813px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 813px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 813px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 12px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }


/*title*/

.title{
    margin: 0 auto;
    text-align: center
}

.title h3{
    font-size: 32px;
    color: #222222;
    background: url(../images/title.png) no-repeat center;
}

.title a{
    display: block;
    font-size: 32px;
    color: #222222;
}


/*product*/

.pro_bg{
    width: 100%;
    height: 1425px;
    margin: -210px auto 0 auto;
    background: url(../images/pro_bg.png) no-repeat top center;
    position: relative;
    z-index: 5;
}

.pro_bg .product{
    width: 1300px;
    margin: 0 auto;
    padding-top: 57px;
}

.pro_bg .product .search{
    width: 366px;
    height: 60px;
    background: #fff;
    margin: 0 auto;

}

.pro_bg .product .search .search2{
    width: 266px;
    height: 60px;
    float: left;
    background: none;
    padding-left: 20px;
    font-size: 16px;
    color: #666;
}

.pro_bg .product .search .search_s{
    width: 50px;
    height: 50px;
    margin: 5px 5px 0 0;
    float: right;

} 

.pro_bg .product .title{
    margin: 50px auto 0 auto;
    background: url(../images/pro_t.png) no-repeat top center;
    padding-top: 65px;
}

.pro_bg .product .pro_list{
    margin: 30px auto 0 auto;
    height: 160px;
}
 

.pro_bg .product .pro_list ul{
    float: left;
}

.pro_bg .product .pro_list ul li{
    float: left;
    background: url(../images/pro_list.png) no-repeat center;
    width: 280px;
    height: 118px;
    margin-right: 60px;
}

.pro_bg .product .pro_list ul li a{
    display: block;
}

.pro_bg .product .pro_list ul li a i{
    display: block;
    float: left;
    font-size: 45px;
    color: #333333;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    margin: 35px 25px 0 35px;
}

.pro_bg .product .pro_list ul li a span{
    display: block;
    font-size: 18px;
    color: #333333;
    margin-top: 40px;
    float: left;
}

.pro_bg .product .pro_list ul li a span em{
    display: block;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_list ul li.casehover{
    background: url(../images/pro_list1.png) no-repeat center;
}

.pro_bg .product .pro_list ul li.casehover a span em{
    color: #1d1d1d;
    opacity: 0.4;
}

.pro_bg .product .pro_list ul li:nth-child(2),
.pro_bg .product .pro_list ul li:nth-child(3){
    margin-top: 40px;

}
.pro_bg .product .pro_list .more{
    float: right;
    background: url(../images/pro_list.png) no-repeat center;
    width: 280px;
    height: 118px;
}

.pro_bg .product .pro_list .more a{
    display: block;
}

.pro_bg .product .pro_list .more a i{
    display: block;
    float: left;
    font-size: 45px;
    color: #333333;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    margin: 35px 25px 0 35px;
}

.pro_bg .product .pro_list .more a span{
    display: block;
    font-size: 18px;
    color: #333333;
    margin-top: 40px;
    float: left;
}

.pro_bg .product .pro_list .more a span em{
    display: block;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.pro_bg .product .pro_box{
    margin: 130px auto 0 auto;
    width: 1360px;
} 

.pro_bg .product .pro_box ul li{
    float: left;
    width: 380px;
    height: 350px;
    border: 1px solid #ebebeb;
    margin: 0 70px 50px 0;
}
 
.pro_bg .product .pro_box ul li .pic{
    width: 350px;
    height: 270px;
    margin: 15px 15px 0 15px;
    overflow: hidden;
}

.pro_bg .product .pro_box ul li .pic img{
    width: 350px;
    height: 270px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li .txt{
    width: 340px;
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
} 

.pro_bg .product .pro_box ul li .txt h5{
    float: left;
    width: 260px;
}

.pro_bg .product .pro_box ul li .txt h5 a{
    font-size: 16px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.pro_bg .product .pro_box ul li .txt h5 a i{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    display: block;
    margin-right: 10px;
    float: left;
}

.pro_bg .product .pro_box ul li .txt .more{
    display: block;
    float: right;
    background: url(../images/more.png) no-repeat  center;
    width: 31px;
    height: 21px;
    margin-top: 22px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pro_bg .product .pro_box ul li:hover .txt .more{
    background: url(../images/more1.png) no-repeat  center;
}


/*ys*/

.ys_bg{
    width: 100%;
    height: 1160px;
    margin: 0px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat top center;
    position: relative;
    z-index: 5;
}

.ys_bg .ys{
    width: 1400px;
    margin: 0 auto;
    padding-top: 57px;
}

.ys_bg .ys .title{
    background: url(../images/ys_t.png) no-repeat top center;
    padding-top: 75px;
    width: 1400px;
}

.ys_bg .ys .title h3{
    background: url(../images/ys_t1.png) no-repeat center;
    padding-right: 50px;
    letter-spacing: 2px;
}

.ys_bg .ys .ys_box{
    margin: 125px auto 0 auto;
    width: 1300px;
    position: relative;
}

.ys_bg .ys .ys_box .bd{
    margin: 0px auto 0 auto;
    width: 1300px;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 1300px;
    height: 530px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    float: left;
    width: 670px;
    height: 527px;
    background: url(../images/ys_list1.png) no-repeat left bottom;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 650px;
    height: 511px;
    margin-left: 20px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
    float: right;
    width: 590px;
    margin-top: 90px;
    position: relative;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
    font-size: 22px;
    color: #fff;
    font-weight: bold;

}

.ys_bg .ys .ys_box .bd ul li .txt h5 span{
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    opacity: 0.3;
    margin-top: 8px;
    letter-spacing: 10px;
}

.ys_bg .ys .ys_box .bd ul li .txt i{
    display: block;
    position: absolute;
    right: 0px;
    top: -20px;
    font-size: 80px;
    color: #fff;
    -webkit-text-fill-color: #242c43;/*文字的填充色*/

    -webkit-text-stroke: 1px #fff;
    line-height: 80px;
    
}

.ys_bg .ys .ys_box .bd ul li .txt p{
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    opacity: 0.6;
    margin-top: 25px;
}

.ys_bg .ys .ys_box .hd{
    margin: 20px auto 0 auto;
    width: 1300px;
}

.ys_bg .ys .ys_box .hd ul li{
    float: left;
    width: 113px;
    margin-right: 280px;
    height: 240px;
    position: relative;
}

.ys_bg .ys .ys_box .hd ul li:last-child{
    margin-right: 0;
}

.ys_bg .ys .ys_box .hd ul li h5{
    background: url(../images/ys_list.png) no-repeat center;
    width: 113px;
    height: 111px;
}

.ys_bg .ys .ys_box .hd ul li h5 span{
    display: block;
    width: 107px;
    height: 87px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li h5 span img{
    display: block;
    margin: 0px auto 10px auto;
}
.ys_bg .ys .ys_box .hd ul li h5 span i{
    display: block;
    font-size: 18px;
    color: #333;
}

.ys_bg .ys .ys_box .hd ul li em{
    display: block;
    margin: 29px auto 0 auto;
    width: 1px;
    height: 100px;
    background: #53596c;
}

.ys_bg .ys .ys_box .hd ul li:nth-child(2),
.ys_bg .ys .ys_box .hd ul li:nth-child(3){
    height: 230px;
    margin-top: 45px;
}

.ys_bg .ys .ys_box .hd ul li:nth-child(2) em,
.ys_bg .ys .ys_box .hd ul li:nth-child(3) em{
    height: 95px;
}

.ys_bg .ys .ys_box .hd ul li.on h5 span{
    background: #ed802d;
}

.ys_bg .ys .ys_box .hd ul li::after{
    position: absolute;
    left: 47px;
    top: 130px;
    content: "";
    width: 0px;
    height: 0px;
    border: 3px solid #ed802d;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.ys_bg .ys .ys_box .hd ul li.on::after{
    width: 12px;
    height: 12px;
    opacity: 1;

}

.ys_bg .ys .ys_box .tel{
    position: absolute;
    top: 340px;
    left: 710px;
    padding-left: 40px;
    background: url(../images/tel1.png) no-repeat left center;
}

.ys_bg .ys .ys_box .tel i{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-right: 15px;

}


.ys_bg .ys .ys_box .zx{
    position: absolute;
    top: 420px;
    left: 710px;
    background: url(../images/zx.png) no-repeat left center;
    width: 244px;
    height: 78px;
    line-height: 78px;
}

.ys_bg .ys .ys_box .zx a{
    display: block;
    font-size: 18px;
    color: #fff;
    padding-left: 125px;
}

/*case*/

.case_bg{
    width: 100%;
    height: 862px;
    margin: 0px auto 0 auto;
    background: url(../images/case_bg.jpg) no-repeat top center;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.case_bg .case{
    width: 1300px;
    margin: 0 auto;
    padding-top: 83px;
}

.case_bg .case .title{
    background: url(../images/case_t.png) no-repeat top center;
    padding-top: 75px;
}

.case_bg .case  .case_box{
    margin: 35px auto 0 auto;
    position: relative;
}

.case_bg .case  .case_box .case_l{
    float: left;
    width: 500px;
}

.case_bg .case  .case_box .case_l .pic{
    width: 500px;
    height: 420px;
    background: #f6f5f3;
}

.case_bg .case  .case_box .case_l .pic img{
    width: 480px;
    height: 400px;
    margin: 10px;
}

.case_bg .case  .case_box .case_l .txt{
    margin: 30px auto 0 auto;

} 

.case_bg .case  .case_box .case_l .txt a{
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 84px;
}


.case_bg .case  .case_box .case_l .txt a i{
    display: block;
    margin-right: 30px;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    background: url(../images/buttom2.png) no-repeat center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case  .case_box .case_l:hover .txt a i{
    background: url(../images/buttom3.png) no-repeat center;
}

.case_bg .case  .case_box .case_r{
    float: right;
    width: 740px;
    margin-top: 5px;
}

.case_bg .case  .case_box .case_r a{
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-right: 50px;
    background: url(../images/buttom1.png) no-repeat right center;
}


.case_bg .case  .case_box .case_r p{
    font-size: 15px;
    color: #666666;
    line-height: 40px;
    height: 80px;
    overflow: hidden;
    margin-top: 20px;
}

.case_bg .case .case_box:hover .case_r a{
    color: #ed802d;
}

.case_bg .case  .case_box .case_list{
    position: absolute;
    right: 0px;
    top: 190px;
}

.case_bg .case  .case_box .case_list ul li{
    float: left;
    margin-left: 95px;
    width: 324px;
}

.case_bg .case  .case_box .case_list ul li .pic{
    width: 324px;
    height: 230px;
    background: #f4f4f4;

}

.case_bg .case  .case_box .case_list ul li .pic img{
    width: 304px;
    height: 210px;
    margin: 10px;
}

.case_bg .case  .case_box .case_list ul li .txt{
    margin: 30px auto 0 auto;
}

.case_bg .case  .case_box .case_list ul li .txt a{
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 84px;
}

.case_bg .case  .case_box .case_list ul li .txt a i{
    display: block;
    margin-right: 30px;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    background: url(../images/buttom2.png) no-repeat center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case  .case_box .case_list ul li:hover .txt a i{
    background: url(../images/buttom3.png) no-repeat center;
}


/*about*/

.ab_bg{
    width: 100%;
    height: 1085px;
    margin: 50px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat bottom center;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.ab_bg .about{
    width: 1300px;
    margin: 0 auto;
}

.ab_bg .about .title{
    background: url(../images/ab_t.png) no-repeat top center;
    padding-top: 75px;
}

.ab_bg .about .ab_box{
    margin: 50px auto 0 auto;
    height: 531px;
}

.ab_bg .about .ab_box .ab_l{
    float: left;
    width: 580px;
}

.ab_bg .about .ab_box .ab_l .txt{
    position: relative;

}

.ab_bg .about .ab_box .ab_l .txt h5{
    font-size: 24px;
    color: #333;
    font-weight: bold;

}

.ab_bg .about .ab_box .ab_l .txt h5 i{
    display: block;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.ab_bg .about .ab_box .ab_l .txt p{
    font-size: 15px;
    color: #666666;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
    margin-top: 40px;
}

.ab_bg .about .ab_box .ab_l .txt .more{
    display: block;
    margin-top: 65px;
    font-size: 15px;
    color: #151c34;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    width: 123px;
    height: 37px;
    line-height: 30px;
    background: url(../images/more2.png) no-repeat left center;
    padding-left: 20px;
}

.ab_bg .about .ab_box .ab_l .txt em{
    display: block;
    width: 390px;
    height: 65px;
    background: url(../images/buttom4.png) no-repeat center;
    position: absolute;
    right: 0px;
    top: 275px;
}

.ab_bg .about .ab_box .ab_r{
    float: right;
    width: 657px;
    height: 531px;
    position: relative;
}

.ab_bg .about .ab_box .ab_r .ab_img{
    width: 657px;
    height: 531px;

}

.ab_bg .about .ab_box .ab_r .ab_img img{
    width: 657px;
    height: 531px;
}

.ab_bg .about .ab_box .ab_r .ry{
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../images/ry_bg.jpg) no-repeat  center;
    width: 257px;
    height: 189px;
}

.ab_bg .about .ab_box .ab_r .ry img{
    width: 224px;
    height: 157px;
    margin: 16px 0 0 16px;

}


.ab_bg .fc{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.ab_bg .fc .fc_list{
    width: 580px;
    height: 86px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .01);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .01);
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    margin-top: -110px;


}

.ab_bg .fc .fc_list ul li{
    float: left;
    text-align: center;
    height: 86px;
    line-height: 86px;
    width: 192px;
    border-right: 1px solid #ececec;
    position: relative;
    z-index: 5;
}

.ab_bg .fc .fc_list ul li:last-child{
    border-right: none;
}

.ab_bg .fc .fc_list ul li a{
    display: block;
    font-size: 16px;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .fc .fc_list ul li::after{
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    z-index: -1;
    background: rgba(237, 128, 45, 0.9);
    width: 0%;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .fc .fc_list ul li.casehover::after{
    width: 100%;
}

.ab_bg .fc .fc_list ul li.casehover a{
    color: #fff;
}

.ab_bg .fc .fc_box{
    padding-top: 80px;
    width: 1360px;
}

.ab_bg .fc .fc_box ul li{
    float: left;
    width: 308px;
    margin-right: 25px;
}

.ab_bg .fc .fc_box ul li .pic{
    width: 306px;
    height: 220px;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .fc .fc_box ul li .pic img{
    width: 292px;
    height: 204px;
    margin: 7px 7px 0 7px;

}

.ab_bg .fc .fc_box ul li .txt a{
    line-height: 50px;
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.ab_bg .fc .fc_box ul li:hover .pic{
    border: 1px solid #ed802d;
}

.ab_bg .fc .fc_box ul li:hover .txt a{
    color: #ed802d;
}


/*news*/

.news_bg{
    width: 100%;
    height: 1188px;
    margin: 0px auto 0 auto;
    background: url(../images/news_bg.jpg) no-repeat top center;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.news_bg .news{
    width: 1400px;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
    height: 915px;
}

.news_bg .news .title{
    background: url(../images/news_t.png) no-repeat top center;
    padding-top: 60px;
}

.news_bg .news .title h3 a{
    font-weight: bold;
}

.news_bg .news .news_list{
    position: absolute;
    left: 60px;
    top: 675px;
}

.news_bg .news .news_list ul li{
    width: 167px;
    height: 53px;
    line-height: 53px;
    background: #fff;
    border-radius: 45px;
    border: 1px solid #e6e6e6;
    margin-bottom: 68px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 5;
}

.news_bg .news .news_list ul li a{
    display: block;
    font-size: 18px;
    color: #333;
    padding-left: 60px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_list ul li.n1 a{
    background: url(../images/news1.png) no-repeat  25px center;
}

.news_bg .news .news_list ul li.n2 a{
    background: url(../images/news2.png) no-repeat  25px center;
}


.news_bg .news .news_list ul li.n3 a{
    background: url(../images/news3.png) no-repeat  25px center;
}

.news_bg .news .news_list ul li::after{
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    z-index: -1;
    width: 0;
    height: 100%;
    background: #ed802d;
    border-radius: 45px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_list ul li.casehover::after{
    width: 100%;
}

.news_bg .news .news_list ul li.casehover{
    border: 1px solid #ed802d;
}

.news_bg .news .news_list ul li.casehover a{
    color: #fff;
}

.news_bg .news .news_list ul li.n1.casehover a{
    background: url(../images/news11.png) no-repeat  25px center;
}

.news_bg .news .news_list ul li.n2.casehover a{
    background: url(../images/news22.png) no-repeat  25px center;
}


.news_bg .news .news_list ul li.n3.casehover a{
    background: url(../images/news33.png) no-repeat  25px center;
}


.news_bg .news .news_box{
    margin: 130px auto 0 auto;
    width: 1400px;
} 

.news_bg .news .news_box .news_top{
    width: 1400px;
    height: 303px;
    background: #fff;
    border: 1px solid #e6e6e6;
}

.news_bg .news .news_box .news_top ul li{
    float: left;
    width: 615px;
    height: 220px;
    margin: 40px 20px 0 60px;
}

.news_bg .news .news_box .news_top ul li .pic{
    float: left;
    width: 285px;
    height: 220px;
}

.news_bg .news .news_box .news_top ul li .pic img{
    width: 285px;
    height: 220px;
}

.news_bg .news .news_box .news_top ul li .txt{
    float: right;
    width: 300px;

}

.news_bg .news .news_box .news_top ul li .txt .more{
    height: 35px;
    line-height: 32px;
    margin-top: 25px;
    overflow: hidden;

}

.news_bg .news .news_box .news_top ul li .txt .more span{
    display: block;
    float: left;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.news_bg .news .news_box .news_top ul li .txt .more span i{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 20px;

}

.news_bg .news .news_box .news_top ul li .txt .more a{
    display: block;
    float: right;
    text-align: center;
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    width: 77px;
    height: 32px;
    line-height: 32px;
    border-radius: 45px;
    background: #eeeeee;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top ul li .txt h5 a{
    margin-top: 25px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top ul li .txt p{
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #eeeeee;
    font-size: 15px;
    color: #888;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top ul li:hover .txt .more a{
    background: #ed802d;
    color: #fff;

}

.news_bg .news .news_box .news_top ul li:hover .txt h5 a{
    color: #ed802d;
}

.news_bg .news .news_box .list{
    margin: 25px  50px 0 285px;
} 

.news_bg .news .news_box .list ul li{
    float: left;
    height: 135px;
    width: 442px;
    border-bottom: 1px solid #e6e6e6;
    margin-left: 90px;
    padding-top: 35px;
}

.news_bg .news .news_box .list ul li .time{
    float: left;
}

.news_bg .news .news_box .list ul li .time span{
    display: block;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
}

.news_bg .news .news_box .list ul li .time i{
    display: block;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 3px;
}

.news_bg .news .news_box .list ul li .txt{
    float: right;
    width: 355px;
} 

.news_bg .news .news_box .list ul li .txt h5 a{
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .list ul li .txt p{
    font-size: 15px;
    color: #888;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 12px;
}

.news_bg .news .news_box .list ul li .txt .more{
    display: block;
    font-size: 15px;
    color: #151c34;
    width: 29px;
    height: 29px;
    line-height: 27px;
    text-align: center;
    background:  #ebebeb;
    border-radius: 50%;
    margin-top: 25px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .list ul li:hover .txt .more{
    background: #ed802d;

}

.news_bg .news .news_box .list ul li:hover .txt h5 a{
    color: #ed802d;
}


/*links*/

.links{
    width: 1300px;
    margin: 35px auto 0 auto;

}

.links .yq{
    line-height: 35px;
    height: 70px;
}

.links .yq a{
    font-size: 14px;
    color: #666666;
    margin: 0 10px;
}

.links .links_t{
    margin: 35px auto 0 auto;
    width: 62px;
    height: 62px;
} 

.links .links_t i{
    width: 62px;
    height: 62px;
    margin-left: 20px;
    display: block;
    background: url(../images/links.png) no-repeat  center;
}